Xbasic

A5_DUPLICATE_SET_FILES Function

Syntax

C a5_duplicate_set_files(C source_set ,C target_set )

Arguments

source_set

The name of the set to duplicate.

target_set

The name of the new set.

Description

Creates a duplicate of a set

Discussion

The A5_DUPLICATE_SET_FILES() function copies the .SEM, .SET, and .SEX components of a set. If the target files exist already, it adds the records of the original set to the target set.

Example

A5_DUPLICATE_SET_FILES("Invoice", "Invoice2")

Limitations

Desktop applications only.

See Also